home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-16 | 1.0 KB | 38 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: Binding.k
- // Release Version: $ ODF 3 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef BINDING_K
- #define Binding_K
-
- // Kind
- #define kODFClockKind "+//ISO 9070/ANSI::113722::US::CI LABS::Apple:ODFExamples:Kind:ODFClock"
-
- // Class ID
- #define kODFClockEditor "ODFExamples::ODFClock"
-
- // Editor User String
- #define kODFClockEditorUserString "ODFClock R3"
-
- // Kind User String
- #define kODFClockKindUserString "ODF Clock Example"
-
- // Clock OSType
- #define kODFClockPartEditorOSType 'odfC'
- #define kODFClockDocumentOSType 'DFCD'
- #define kODFClockStationeryOSType 'sFCD'
-
- #define kKindCategoryMapID 128
- #define kEditorKindMapID kKindCategoryMapID+1
- #define kEditorUserStringMapID kEditorKindMapID+1
- #define kKindUserStringMapID kEditorUserStringMapID+1
- #define kOldMacOSTypeMapID kKindUserStringMapID+1
-
- #endif
-
-